Skip to content

Conversation

Cyber-Zhaba
Copy link

While i was playing with WGAN-gp i faced up RunTime Error that appeared in gradient_penalty function. It turns out transforms.Resize(64) sometimes produced images like 64x78, so change it to transforms.Resize((64, 64))

While i was playing with WGAN-gp i faced up RunTime Error  that appeared in gradient_penalty function. It turns out transforms.Resize(64) sometimes will produce images like 64x78, so change it to transforms.Resize((64, 64))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant